dsh-agent-replay:回放 DeepSeek Harness 会话,并导出独立 HTML
`dsh-agent-replay` 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,由 forrestsweet 维护。它旨在增强 Web 客户端,提供会话级的原生回放视图。该插件读取 Harness 真实快照(包括消息、工具、命令、错误及时间耗时),支持 1x、2x、4x 倍速播放,并提供搜索、筛选及详情检查功能。 其核心亮点在于可将会话导出为独立的、无运行时依赖的 HTML 文件,包含事件账本、概览轨道及深色模式,便于分享。为确保隐私,导出过程会自动排除系统上下文及隐藏推理,并脱敏用户路径、Token 等敏感凭据,但官方建议发布前仍进行人工复查。 该插件适用于
Read Moredsh-repro:为 DeepSeek Harness 生成可回放的问题包
dsh-repro 是 DeepSeek Harness 的一个 MIT 许可证插件,旨在解决会话排查时上下文泄露凭证与现场信息缺失的矛盾。它提供 `/repro` 命令,从当前会话读取完整日志,通过 fail-closed 策略对疑似凭证(如高熵串、特定前缀 token)进行值级清理,并收集失败命令及 git diff,最终生成可传递、可回放的问题包(JSON 格式)。该包包含清理后的日志、失败命令和差异信息,后续可通过 `ctx.sessions.create` 回放。插件需挂载 `commands` 和 `sessionPersistence` 服务,`subprocess` 为可选依赖
Read Moredsh-replay: Providing Playback, Audit, and Comparison for DeepSeek Harness Sessions
dsh-replay is a DSH plugin maintained by MingoZhou under the MIT license, designed to provide visualization, playback, auditing, and comparison capabilities for DeepSeek Harness sessions. The plugin transforms agent session records into an interactive interface, with core features including timeline playback, an overview dashboard, cost estimation, security auditing, fork tree visualization, session comparison, one-click HTML export, filtering and search, and bilingual Chinese-English interface support. Users can try it out via an online demo or quickly install it using the `dsh plugin add` command without needing a local build. After installation, restart the harness to use it from the sidebar or session tab. This tool is ideal for troubleshooting tool calls, auditing sensitive operations, analyzing session forks, and exporting records, making it a valuable asset for agent session management and analysis.
Read More